🎖️GitЯра🎖️
Node / meshtastic / Meshtastic-Android / files / core / ui / src / commonMain / kotlin / org / meshtastic / core / ui / navigation / TopLevelDestinationExt.kt
Displaying Raw • Download
core/ui/src/commonMain/kotlin/org/meshtastic/core/ui/navigation/TopLevelDestinationExt.kt ea85b906e86c00261ec91f9ad7cf4a601417d135 (ea85b906) Text, 1.62 KB
T8b949e/*
* Copyright (c) 2026 Meshtastic LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
Tff7b72package T7ee787org.meshtastic.core.ui.navigation
Tff7b72import T7ee787org.jetbrains.compose.resources.DrawableResource
Tff7b72import T7ee787org.meshtastic.core.navigation.TopLevelDestination
Tff7b72import T7ee787org.meshtastic.core.resources.Res
Tff7b72import T7ee787org.meshtastic.core.resources.ic_forum
Tff7b72import T7ee787org.meshtastic.core.resources.ic_map
Tff7b72import T7ee787org.meshtastic.core.resources.ic_nodes
Tff7b72import T7ee787org.meshtastic.core.resources.ic_settings
Tff7b72import T7ee787org.meshtastic.core.resources.ic_wifi
T8b949e/** Maps a shared [TopLevelDestination] to its corresponding icon [DrawableResource]. */
Tff7b72val Te6edf3TopLevelDestinationTb4b4b4.Te6edf3iconTb4b4b4: Te6edf3DrawableResource
Tff7b72getTb4b4b4(Tb4b4b4) Tff7b72=
Tff7b72when Tb4b4b4(Tff7b72thisTb4b4b4) Tb4b4b4{
Te6edf3TopLevelDestinationTb4b4b4.Te6edf3Messages Tff7b72-Tff7b72> Te6edf3ResTb4b4b4.Te6edf3drawableTb4b4b4.Te6edf3ic_forum
Te6edf3TopLevelDestinationTb4b4b4.Te6edf3Nodes Tff7b72-Tff7b72> Te6edf3ResTb4b4b4.Te6edf3drawableTb4b4b4.Te6edf3ic_nodes
Te6edf3TopLevelDestinationTb4b4b4.Te6edf3Map Tff7b72-Tff7b72> Te6edf3ResTb4b4b4.Te6edf3drawableTb4b4b4.Te6edf3ic_map
Te6edf3TopLevelDestinationTb4b4b4.Te6edf3Settings Tff7b72-Tff7b72> Te6edf3ResTb4b4b4.Te6edf3drawableTb4b4b4.Te6edf3ic_settings
Te6edf3TopLevelDestinationTb4b4b4.Te6edf3Connect Tff7b72-Tff7b72> Te6edf3ResTb4b4b4.Te6edf3drawableTb4b4b4.Te6edf3ic_wifi
Tb4b4b4}
Served by rngit 1.5.0 - Generated in 0.03s